/* reset */
html { height: 100%; overflow-x:hidden;}
body { min-height: 100%; overflow-x:hidden;}
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }

textarea { overflow: auto; resize: none }
::-webkit-input-placeholder{color:#666;}   
:-moz-placeholder{color:#666;}          
::-moz-placeholder{color:#666;}            
:-ms-input-placeholder{color:#666; opacity: 0.8;}        
.placeholder{color:#666;}
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal}
body, input, select, button, textarea {color:#4A4E50; font-size: 14px; font-family: "微软雅黑";}
body {line-height: 1.5;}
a { color:#4A4E50;text-decoration: none!important; transition:0.2s all; -webkit-transition:0.1s all;}
a { blr:expression(this.onFocus=this.blur())}
a * { *cursor: pointer }
:focus { outline: none }

img{max-width: 100%;}
/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

.edit_con_original{ line-height:1.7em; padding:0 0; color:#000000;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

/*去除鼠标双击选中效果*/
/**{-moz-user-select: none;-webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select: none;}*/

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{transition:0.5s all; -webkit-transition:0.5s all;}

/*截字*/
.ellipsis{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: inline-block; max-width:100%;}
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;overflow:hidden;}

/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0);position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);position:absolute;left:50%;top:50%;}

/*背景*/
.bg-cover{background-size: cover; background-repeat: no-repeat; background-position: center center;}
.bg_layer{background: rgba(0,0,0,0.7); position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 10000;}
.bg-cover-ban{ background-size: 100% 100%;}

.ratio-img,.ratio-img img{width: 100%;}
*{box-sizing: border-box;}

.wrap{max-width: 1440px; margin:0 auto; width: 90%;}
.nav_phone_btn,.nav_click{display: none;}
.header{width: 100%; height:85px; z-index: 100; background: #fff;}
.scroll-header .header{position: fixed; left:0; top:0;border-bottom:2px solid #F7B114;}
.header .logo{float: left; margin:15px 0 0 0; width:334px; height:52px; overflow: hidden;}
.header .logo img{width:100%;}
/*导航*/
.nav{ float: right; width:calc(100% - 340px); margin-top:15px; height:70px;}
.nav ul{ float: left; width:calc(100% - 170px); text-align: right;}
.nav ul>li{ display: inline-block; padding:0 35px;}
.nav ul>li span{ display: none;}
.nav ul>li>a{display: block;color:#000;height: 70px; line-height: 70px; font-size: 16px; position: relative;}
.nav ul>li>a>em{position: absolute;left: 50%;bottom: 0; width:0%;height: 5px;background: #F7B114;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.nav ul>li.on>a{color:#023894;}
.nav ul>li.on>a>em{position: absolute;left:0%;bottom: 0; width:100%;height: 5px;background: #F7B114;}
/*导航下拉*/
.navlist{display:none; position: absolute; left:0; top:85px; z-index: 2; width: 100%;background:rgba(2,46,131,0.9); /*box-shadow: 0 3px 3px 1px rgba(0,0,0,0.2);*/}
.navlist dl{padding: 10px; text-align: center;}
.navlist dl dd{ display: inline-block; margin:0 30px; line-height: 34px; font-size: 16px;}
.navlist dl dd a{color:#fff;}
.navlist dl dd.on a{color:#F7B114;}
.navlist dl dd a:hover{color:#F7B114!important;}

/*导航下拉*/
.nav_click{ display: none; position: fixed; left:0; top:0; z-index: 999; width:100vh; height:100vh; background:transparent;}

/*顶部右侧*/
.head_rr{float: right;width:120px; text-align: right; position: relative; z-index: 10;}
.head_rr span{display: inline-block; cursor: pointer; color:#3F3F3F; line-height: 70px;}
.head_rr em{ display: inline-block; margin:0 5px;}
.head_rr span.ser{ margin-left:40px;}
.head_rr span i{font-size:18px;}
.search_wrap{width:0;position: absolute; right:0; top:70px;overflow: hidden; border:none;color:#fff; background: #fff;height:44px;line-height: 44px; outline: none;transition: 0.3s all;}
.search_wrap.on{width: 232px; border-radius:5px;border:1px solid #969191;}
.search_box_text{float:left; width:200px; padding:0 10px; height: 44px; line-height: 44px; border:none; background: none;}
.search_box_button {float: right;width:30px;height:44px; border:0; outline: none; background: none;}
.search_box_text::placeholder{color:#BDBDBD;}
.search_box_button i{font-size:24px;}

/*公共底部*/
.footer{background:#293246; color:#686868;}
.foot_top{ padding:0;}
.foot_top ul{ float: left; width:calc(100% - 400px);}
.foot_top li{ float: left; width:20%; height: 290px; padding-left: 30px; border-right: 1px solid #878787; position: relative;}
.foot_top li:last-child{border-right: none;}
.foot_top li:first-child{padding-left: 0; width:calc(20% - 30px);}
.foot_top li h2{color:#fff; padding:50px 0 20px; line-height: 1.2;}
.foot_top li h2 a{color:#fff;}
.foot_top li p{ line-height: 2;color:#F9F9F9}
.foot_top li p,.foot_top li p a{color:#F9F9F9;}
.foot_top li p a:hover{color: #fff!important;font-weight: bold;}
.foot_top .r_conn{ float: right; width:290px; margin:50px 0 0;}
.foot_top .r_conn dd,.foot_top .r_conn dd a{color:#fff;}
.foot_top .r_conn dd a:hover,
.footer a:hover{
    color: #fff !important;
    font-weight: bold;
}
.foot_top .r_conn dd{margin-bottom: 10px;}
.foot_top .r_conn dd i{ float: left; margin-right: 10px; opacity: 0.3; font-size: 20px;}

.foot_bot{padding:30px 0; color:#fff; border-top:1px solid #575D69; background: #23263E;}
.foot_bot .ll{ float:left; width:calc(100% - 300px);}
.foot_bot a{color:#fff; margin-left:15px;}
.foot_bot em{margin:0 15px; display: inline-block;}
.foot_bot a.flink{margin-left:0;}
.foot_bot p.info{font-size: 12px; margin-top:15px; font-family: Arial, Helvetica, sans-serif; opacity: 0.7;}
.foot_bot .code{ float: right; width:73px; overflow: hidden;}
.foot_bot .code img{width:73px; height:73px;}


@media only screen and (min-width: 1025px){
.yes_tran,a{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
.no_tran{transition: 0s all;-webkit-transition: 0s all;-moz-transition: 0s all;-o-transition: 0s all;-ms-transition: 0s all;}
a:hover{color: #023894!important;}
.tran_scale:hover img{transform:scale(1.05,1.05) rotate(0deg); -webkit-transform:scale(1.05,1.05) rotate(0deg);}
.nav ul>li:hover>a{color:#023894;}
.nav ul>li:hover>a>em{position: absolute;left:0%;bottom: 0; width:100%;height: 5px;background: #F7B114;}
}


@media only screen and (max-width: 1365px){
    .nav ul>li{padding:0 20px;}
}

@media only screen and (max-width: 1279px){
    .header .logo{width:240px; height: 38px; margin-top:24px;}
    .nav{width:calc(100% - 240px);}
    .nav ul>li{padding:0 10px;}
}


@media only screen and (max-width: 1024px){
body>*{position: relative;left:0;transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;}
.header{height:50px; border-bottom:none;}
.header .logo{margin-top:10px;}
.head_rr{width:100%;}
.head_rr span{line-height: 44px;}
.head_rr span.ser{ display: none;}
.search_wrap{ position: relative; right:auto; top:10px; width:calc(100% - 80px); margin-right: 10px; display: inline-block;}
.search_box_text{width:calc(100% - 30px);}

/*手机导航按钮开始*/
.nav_phone_btn{display: block;cursor: pointer;height: 50px; position: absolute;top:0;right:0;z-index: 999;width: 50px;text-align: center;background: #F7B114;}
.nav_phone_btn span {position: relative;width:26px;height: 3px; top:10px; background-color: #fff;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span i{ position: absolute; bottom:-30px; left:0; width:100%; color:#fff; font-family: arial; font-size: 12px; text-transform: uppercase;}
.nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height: 3px;background-color: #fff;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before{top:-7px;}
.nav_phone_btn span:after{top:7px;}
.visible_nav.nav_phone_btn{ background: #161719;}
.visible_nav.nav_phone_btn span{background-color: transparent;}
.visible_nav.nav_phone_btn span:before{top:0px;width:90%;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.visible_nav.nav_phone_btn span:after{top:0px;width:90%;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}

.body_nav_phone .nav{right:0;left:auto;}
/*手机导航按钮结束*/
.nav{display:block;position: fixed; z-index: 1000; margin-top:0; top:50px;bottom: 0px;padding:0; right:-50%;height:calc(100vh - 50px);width:50%;left:auto;transition:left 0ms ease-out;-webkit-transition:left 0ms ease-out;transition:right 250ms ease-out;-webkit-transition:right 250ms ease-out; overflow: hidden; overflow-y: auto; background:#161719;}
.nav ul{padding: 0px 0;clear: both; float: none; width: 100%;}
.nav ul>li{line-height: 40px; width: 100%;float: none; margin: 0;padding:0 ;border-bottom: 1px solid#414141; overflow: hidden;}
.nav ul>li>a{height: 40px; line-height: 40px;padding:0 15px; text-align: left; color:#fff; width: calc(100% - 40px); overflow: hidden;}
.nav ul>li.on>a{background: none; color: #fff;}
.nav ul>li>span{display: inline-block; width:40px; height: 40px; background: url(../images/nav_ico.png) no-repeat center center; float: right;}
.nav ul>li>span.on{ background: url(../images/nav_ico_up.png) no-repeat center center; float: right;}
.nav ul>li>span{display: none;cursor: pointer;}
.nav ul>li>span.cur{display: block;}
.nav ul>li>span.on+a{color:#F7B114;}
.nav ul>li.on>a>em{ display: none;}

.navlist{position: static; background: none; padding: 0 0; border-top: 1px solid#414141; height: auto;line-height: inherit; width: auto !important; display: none;visibility: visible;clear: both; left:auto; top:auto; margin-left: 0!important;}
.navlist dl{padding:10px 25px;}
.navlist dl dd{ float: left; width:100%; text-align: left;}
.navlist dl dd a{color:#fff;}

}
@media only screen and (max-width: 1023px){
    .foot_top ul{width:100%; margin:10px 0 0;}
    .foot_top li{width:100%!important; height:auto!important; border-right: none;  padding:0;border-bottom:1px solid #575D69; text-align: left; margin: 10px 0;}
    .foot_top li h2{ padding:0; margin:0; padding-bottom:10px;}
    .foot_top li.has_con h2{background: url(../images/nav_ico.png) 98% 8px no-repeat;}
    .foot_top li .con{width:100%; padding:8px 0; display: none;}    
    .foot_top li.has_con.on h2{border-bottom:1px solid #575D69; background: url(../images/nav_ico_up.png) 98% 8px no-repeat;}
    .foot_top .r_conn{width:100%; margin:3% 0;}
    .foot_bot .ll{width:calc(100% - 80px);}
    .foot_top .code{width:100%; text-align: center;}
    .foot_top .code img{ float: none; margin:10px auto;}
    .foot_top .code span{ float: none; display: block; width:100%; text-align: center;}
}

@media only screen and (max-width: 767px){
    .nav{width:100%; right:-100%;}
    .foot_bot .ll,.foot_bot .code{width:100%;}
    .foot_bot .code{ text-align: center; margin-top:10px;}
}





/*分页*/
.page {vertical-align:middle;text-align:center; margin:0 0 30px; font-size: 14px; color:#2F2F2F;  height:36px; line-height:36px;}
.page .inner{ display: inline-block; }
.page a{text-align:center; width:36px; height:36px;}
.page a.num{float: left;border:1px solid #464f87; border-left:0;font-family:Arial; background:#fff;color:#666666;}
.page a.on{background:#464f87;color:#fff;border:1px solid #464f87;}
.page a.num:nth-child(2){border-left:1px solid #464f87;}
.page a.num:nth-child(2).on{border-left:1px solid #464f87;}
.page a.prev,.page a.next{float: left; width:100px; border:1px solid #464f87;margin:0 10px; background:#fff; }
.page a.prev.disable,.page a.next.disable{ cursor: default;}
.p_i{ display: inline-block; position: relative;width:36px;height:36px; line-height:36px; margin:0 5px; padding:0 2px;background:#fff; border:1px solid #464f87;}
.page input.txtnum{  width:100%; height:100%; text-align: center; border:none; background: none; font-family:Arial;}
.page a.go{ display: inline-block;width: 40px; height: 36px; line-height: 36px; position: relative; top:-1px; font-size: 16px; background:#464f87;color:#fff!important; text-align: center; font-family:"arial";}
.p_tot{ font-family: Arial, Helvetica, sans-serif;}
/*.lt8 .page a.num,.lt8 .page i.dian,.lt8 .page a.prev,.lt8 .page a.next{ float: none; display: inline-block; }
.lt8 .page a.num{margin-left:-4px;}
.lt8 .page a.prev,.lt8 .page a.next{ position: relative; top:10px; }
.lt8 .page a.prev img,.lt8 .page a.next img{top:10px;}
.lt8 .page input.txtnum{ position: relative; top:5px;}*/
@media only screen and (min-width: 1025px) {
    .page a.prev:hover,.page a.next:hover{color:#fff!important; border:1px solid #464f87;background: #464f87;}
    .page a.prev.disable:hover,.page a.next.disable:hover{opacity: 0.5;}
    .page a.num:hover{background:#464f87;color:#fff!important; border:1px solid #464f87;}
    .page a.go:hover{opacity: 0.9;}
}
@media only screen and (max-width: 767px) {
    .page{margin:15px 0;}
    .page span,.page a.go,.page a.num{display: none;}
    .page a.prev, .page a.next{background:#464f87;border:1px solid #464f87; color:#fff!important;}
    .page a.prev.disable,.page a.next.disable{opacity: 0.5;}
}
/*分页 end*/

/*内页banner*/
.inbanner{ position: relative; color:#fff;}
.inbanner .txt{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.inbanner img{width:100%;vertical-align: top;}
.inbanner h2 em{ display: block; width:50%; margin:15px auto 0; height: 2px; background: #fff;}
.inbanner .tit{
    color: #fff;
    margin: 8.5% auto 0;
}
.site_wrap{
    position: absolute;
    bottom: 0;
    padding: 2.96% 0 5%;
    width: 100%;
    background: url(../images/ind_site.png) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.site_wrap.wht{
    background-image: url(../images/ind_site2.png);
}
.site_wrap a{
    color: #fff;
}

@media only screen and (max-width:767px) {
    .inbanner{ height: 200px;}
    .inbanner img{ display: none;}
    .site_wrap .site{
        font-size: 14px;
    }
}
/*内页banner end*/



